log/slog.defaultHandler.ch (field)

5 uses

	log/slog (current package)
		handler.go#L95: 	ch *commonHandler
		handler.go#L102: 		ch:     &commonHandler{json: false},
		handler.go#L119: 	state := h.ch.newHandleState(buf, true, " ")
		handler.go#L126: 	return &defaultHandler{h.ch.withAttrs(as), h.output}
		handler.go#L130: 	return &defaultHandler{h.ch.withGroup(name), h.output}